-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: create a private package for shared eslint configs #11240
Conversation
@jcfranco can you take another look at this? I significantly reworked the PR since your approval. @alisonailea can you take a quick look at the design tokens package changes as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! 🚀
@@ -14,6 +14,7 @@ function deeplyNestedColorValue(val) { | |||
|
|||
if (val.includes("rgba") || color.getAlpha() === 0) { | |||
const hexMatch = val.match(/#[\w\d]{3,6}/g); | |||
// eslint-disable-next-line no-useless-escape |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add an explainer to this disabled line? Applies to other disabled rules.
…mprovements * origin/dev: fix(input): update files property on input event when type="file" (#11262)
Summary
packages/eslint-config-calcite
that contains shared ESLint configurations for importing in other packages.no-unexpected-newline
, which conflicts with prettier.vscode/
and removing cspell ignore comments in favor of dictionary additions..npm run lint
so unrelated changes don't appear in subsequent PRs